home *** CD-ROM | disk | FTP | other *** search
/ Daddy Day Care Press Kit / Daddy Day Care Press Kit.iso / pc / acrobat reader 5 pc / plug_ins / weblink.api / EXVW / 15003 < prev    next >
Text File  |  2002-12-13  |  380b  |  17 lines

  1. gVerticalGapHeight = gStaticTextHeight / 4;
  2.  
  3. dialog( name: '$$$/Dialogs/Weblink/EditBase', target_id: 'edtB')
  4. {
  5.     group( )
  6.     {
  7.         view( align_children: align_left )
  8.         {
  9.             static_text( name: '$$$/Dialogs/Weblink/EditBase/EnterBaseURL' );
  10.             edit_text( item_id: 'dURL', width: max_char_width() * 30 );
  11.         }
  12.         
  13.         gap( height: gVerticalGapHeight );
  14.         
  15.         ok_cancel();
  16.     }
  17. }